/ Assembly List / LJCDataTransformDAL / ProcessGroupProcesses / Add

Namespace - LJCDataTransformDAL


Parameters
processGroupID - The Process Group ID.
processID - The Process ID.
sequence - The sequence value.

Returns

A reference to the added item.

Syntax

C#
public ProcessGroupProcess Add(Int32 processGroupID, Int32 processID, Int32 sequence)

Creates and adds the object from the provided values.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.